ClearOutput

Clears any messages displayed in the Output pane.

Syntax

ClearOutput()

Example

Alert("Start the server")

PrintLn("Server is started")

Delay(10000)

ClearOutput()